home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super CD
/
Super CD.iso
/
educ
/
chem
/
chemwork.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-04-15
|
188 b
|
11 lines
echo off
call memchk
if not exist good goto nomem
del good
call chem %1 %2 %3 %4
goto end
:nomem
cls
echo Chemistry Works requires a minimum of 560k bytes of memory to run.
:end